home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / editors / origami / oribin.zoo / bindings / version.fun < prev   
Encoding:
Text File  |  1991-07-09  |  279 b   |  18 lines

  1. {{{  comments
  2. ; some macros to control svc
  3. }}}
  4. nodup
  5. {{{  check-out
  6. (deffun check-out (
  7.   delete-mode-view
  8.   shell-command "co "  "-l "  "$ORIFILE
  9. ))
  10. }}}
  11. {{{  check-in
  12. (deffun check-in (
  13.   save-file
  14.   add-mode-view
  15.   shell-command "ci "  "-u "  "$ORIFILE
  16. ))
  17. }}}
  18.